コード例 #1
0
ファイル: PoolSystem.cs プロジェクト: goldenmat/ogd-project
    public static void Prepare(string poolName)
    {
        PoolSystem P = GetPoolByName(poolName);

        if (P != null)
        {
            P.Prepare();
        }
    }