示例#1
0
 internal void act()
 {
     if (behavior == null)
     {
         behavior = new BehaviorDefend();
     }
     behavior.action(this);
 }