private static void Load()
        {
            var bytes = ResourceUtil.Load <TextAsset>(PathUtil.Table("TableGameWave")).bytes;

            Load(bytes);
        }