コード例 #1
0
ファイル: Player.cs プロジェクト: sylafrs/GGJ2016
	public void OnZoneWon(Zone zone)
	{
		LastOwnedZone = zone;
		zone.OnPlayerTakeOver (this);
		OwnedZones.Add (zone);
	}