9 lines
94 B
C#
9 lines
94 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
[Serializable]
|
|
public class EnemyCharacter : Character
|
|
{
|
|
|
|
}
|