2026-03-24 11:39:01 +08:00

14 lines
205 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
namespace ZXKFramework
{
public class FrameworkScenesArgs
{
public int scnesIndex;
}
}