gameobjectmanager
This commit is contained in:
@@ -7,8 +7,11 @@ using UnityEngine.Networking;
|
||||
public class CSNC : MonoBehaviour
|
||||
{
|
||||
public string ip;
|
||||
private class EZtransform //ez consistent serialization of transforms
|
||||
public GameObjectManager manager;
|
||||
|
||||
public class EZtransform //ez consistent serialization of transforms
|
||||
{
|
||||
|
||||
public List<float> position;
|
||||
public List<float> rotation;
|
||||
|
||||
|
Reference in New Issue
Block a user