Bullet und Pistolen prefab und Pausen Menue angefangen

This commit is contained in:
2026-06-18 12:57:35 +02:00
parent 81106345f3
commit a69bedb394
50 changed files with 11862 additions and 25 deletions
+16
View File
@@ -0,0 +1,16 @@
//Oliver
using UnityEngine;
public class PausenManager : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}