Ejemplo n.º 1
0
 /// <summary>
 /// Creates TergetedGroupManager.
 /// </summary>
 public GroupManager()
 {
     targetedMgr = new TargetedGroupManager();
     imgoGroupDict = new Dictionary<IMovableGameObject, GroupMovables>();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a dictionary for movable objects (static group is max one)
 /// and creates TergetedGroupManager.
 /// </summary>
 public GroupManager()
 {
     targetedMgr   = new TargetedGroupManager();
     imgoGroupDict = new Dictionary <IMovableGameObject, GroupMovables>();
 }