Пример #1
0
        /// <summary>Initialize the asset pool with some test variables.</summary>
        public void initializeAssetPool()
        {
            string relativePath = Path.Combine("Content", "Graphics", "NPCS");

            assetPool.getAssetManager("testNPC").addPathCreateDirectory(new KeyValuePair <string, string>("characters", relativePath));
        }