﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Gaazar;

public class NtdPlayerinfo : NettedBehavior
{
    // Start is called before the first frame update

    [SyncVar] public string nickName="defaultNickName";
    [SyncVar] public int experiences=0;
    [SyncVar] public int nettedId=-1;
    // Update is called once per frame

}
