コード例 #1
0
 //Constructors
 public TargetingBehaviour(GraphMovingEntity host)
     : base(host)
 {
     this.currentTarget = null;
     this.elapsedTimeSinceLastCheck = INITIAL_ELAPSED_TIME;
 }
コード例 #2
0
 //Constructors
 public GraphMovingBehaviour(GraphMovingEntity host)
     : base(host)
 {
 }