added: loot containers

This commit is contained in:
Chris
2025-09-09 17:58:52 -04:00
parent f4cb569768
commit a0313798fd
16 changed files with 16639 additions and 72 deletions

View File

@@ -9,14 +9,16 @@ namespace Reset.Items{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start(){
if (NetworkManager.Singleton.IsHost || NetworkManager.Singleton.IsConnectedClient) {
GetComponent<NetworkObject>().Spawn();
}
}
// Update is called once per frame
void Update(){
}
public void Interact(){
if (NetworkManager.Singleton.IsHost || NetworkManager.Singleton.IsConnectedClient) {
Debug.Log("RPC Sent");