WXMC/.svn/pristine/9b/9b407fc5ebfd280915b046f5f956588916480b8a.svn-base
2024-12-04 16:18:46 +08:00

10 lines
191 B
Plaintext

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PHomeEventContextBase
{
// 所有Context中必须填入GameMode
public PHomeGameMode GameMode;
}