Ejemplo n.º 1
0
 public void GetInitialValues(CastleRaidHandler handler, MiniCastleBehaviour castle, Vector3 location, Vector3 position)
 {
     castleHandler  = handler;
     targetCastle   = castle;
     targetLocation = location;
     startLocation  = position;
 }
Ejemplo n.º 2
0
 public void SetRaidHandler(CastleRaidHandler handler)
 {
     _raidHandler = handler;
 }