Exemplo n.º 1
0
 public void Release()
 {
     _roomNPCComponent = null;
     _data             = null;
     _mapUnit          = null;
 }
Exemplo n.º 2
0
 public NPC(RoomNpcComponent roomNPCComponent, NPCConfig config)
 {
     _roomNPCComponent = roomNPCComponent;
     _data.SetData(config);
 }