QingGangLongGu/Assets/_Scripts/Framework/Tools/FrameworkScenesArgs.cs

14 lines
210 B
C#
Raw Normal View History

2025-03-11 15:30:07 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
namespace ZXKFramework
{
public class FrameworkScenesArgs
{
public int scnesIndex;
}
}