The Game Version 1.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Character : MonoBehaviour
|
||||
{
|
||||
public Team team;
|
||||
public CharacterType type;
|
||||
}
|
||||
|
||||
public enum CharacterType
|
||||
{
|
||||
Rook, Knight, Bishop, Queen, King, Pawn
|
||||
}
|
||||
Reference in New Issue
Block a user