﻿using System;
using System.Collections.Generic;
using UnityEngine;

public abstract class ABattlerAspect : ScriptableObject
{
}