예제 #1
0
 public void AddEntityToTile(IGameEntity entity)
 {
     _entity = entity;
     entity.SetEntityLocation(this);
 }