find-object-bundle-builder/FindObjectBundleBuilder/Assets/Editor/GamePlay.cs

15 lines
406 B
C#
Raw Permalink Normal View History

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