コード例 #1
0
ファイル: CharacterBox.cs プロジェクト: moskra/Orions
	public void setConnection(Connection _con) {
		con = _con;
		if (con != null) {
			texture = con.getCharacterImage (address);
			Debug.Log("Sets Con");
		}
	}