feat 客户端

This commit is contained in:
2025-12-17 09:56:43 +08:00
parent d602a16b15
commit 65bd1e5477
30 changed files with 2272 additions and 243 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class PlayerInfo : MonoBehaviour
{
[HideInInspector] public int uid;
}