示例#1
0
文件: Player.cs 项目: sylafrs/GGJ2016
	public void OnZoneWon(Zone zone)
	{
		LastOwnedZone = zone;
		zone.OnPlayerTakeOver (this);
		OwnedZones.Add (zone);
	}