using System; using System.Collections.Generic; using System.Text; namespace Cosmos.Kernel { public class Global { public static void Init() { } } }