Updated Remote Actions doc

This commit is contained in:
Chris Langsenkamp 2019-07-14 16:14:51 -04:00
parent b280e9d0d1
commit a2d6cf23f8

View File

@ -24,7 +24,7 @@ public class Player : NetworkBehaviour
} }
// assigned in inspector // assigned in inspector
GameObject cubePrefab; public GameObject cubePrefab;
[Command] [Command]
void CmdDropCube() void CmdDropCube()