private void Start()
 {
     networkEntity.RegisterRPC(new ColorRPC(this), RPCTags.colorTag);
 }