コード例 #1
0
ファイル: Miner.cs プロジェクト: Ignacio-Mosconi/AI-RTS-Game
 void Awake()
 {
     PathNodeAgent = GetComponent <PathNodeAgent>();
 }
コード例 #2
0
 public override void Initialize(Miner owner)
 {
     base.Initialize(owner);
     agent = owner.Agent;
 }