AderKonstantin a9c05d570c many bullshit updates
models:
1) BuilderBlockout
2) TrooperModel
UI
3) ArmorBar
4) Healthbar
5) Fonts (RobotoMono)
6) Icons
7) Build Profiles
8) Tags for Camera
2024-12-09 13:54:52 +03:00

17 lines
281 B
C#

using UnityEngine;
public class GameplayUI : 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()
{
}
}