10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class PHomeEventContextBase
|
|
{
|
|
// 所有Context中必须填入GameMode
|
|
public PHomeGameMode GameMode;
|
|
}
|