14 lines
210 B
C#
14 lines
210 B
C#
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine;
|
|||
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace ZXKFramework
|
|||
|
|
{
|
|||
|
|
public class FrameworkScenesArgs
|
|||
|
|
{
|
|||
|
|
public int scnesIndex;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|