using System.Collections; using System.Collections.Generic; using TEngine.Runtime; namespace HotFix { public class GameHotfixEntry { public static void Start() { Log.Debug("HotFix.GameHotfixEntry"); } void Update() { } } }