using System; using System.Collections.Generic; using System.Text; namespace Urho.NetCore { public class NetCoreUrhoInitializer { public static void OnInited() { } } }