PlayerActor

PlayerActor
This commit is contained in:
ALEXTANG
2022-09-23 15:44:51 +08:00
parent 9f14200da7
commit 7f33bd76f7
3 changed files with 12 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ using UnityEngine;
public class ActorTestMain : MonoBehaviour
{
private uint _actorId = 0;
private uint _actorId = 1000;
void Start()
{