コード例 #1
0
ファイル: GameController.cs プロジェクト: ennuma/AssetsFolder
	public void attachBuffToEntityController(Buff buff, NinJaController entity)
	{
		buff.attachTo (entity, this);
	}