find-object-bundle-builder/pipeline_Profile/build_profile_package/Assets/Editor/GamePlay.cs

15 lines
406 B
C#
Raw Normal View History

2025-08-02 10:58:19 +00:00
public enum GamePlay
{
main = 0, //主玩法
// thesmiths = 0, //史密斯一家
// retrocharm, //复古魅力
// animalparty, //动物派对
// trackhunt, //踪迹追寻
// doodledelight, //快乐涂鸦
// mysterymeow, //神秘猫咪
// tidyup, //整理房间
// colorfun, //填色乐趣
end, //始终放在最后
}