예제 #1
0
        // Constructor.

        public OffensiveBehaviour(OffensiveGoal goal, IOwnerPointer ownerPointer) : base(goal, ownerPointer)
        {
        }
예제 #2
0
        // Constructor.

        public RelocationBehaviour(RelocationGoal goal, IOwnerPointer ownerPointer) : base(goal, ownerPointer)
        {
        }
        // Constructors.

        public BehaviourBase(TGoal goal, IOwnerPointer ownerPointer)
        {
            this.goal         = goal;
            this.ownerPointer = ownerPointer;
        }