예제 #1
0
 public UpdateRequest(IActor player, ILocations location, Flag flag)
 {
     _player = player;
     _location = location;
     _flag = flag;
 }
예제 #2
0
 public ContainerLocation(ILocations location)
 {
     _location = location;
     _saveState = new Dictionary<IActor,Marker>();
     _check = new Flag();
 }