16 lines
234 B
C#
16 lines
234 B
C#
using HexFiled;
|
|
using UnityEngine;
|
|
|
|
namespace Units.Wariors
|
|
{
|
|
public class Warior
|
|
{
|
|
private GameObject _instance;
|
|
|
|
|
|
public GameObject Spawn(HexCell cell)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |