models: 1) BuilderBlockout 2) TrooperModel UI 3) ArmorBar 4) Healthbar 5) Fonts (RobotoMono) 6) Icons 7) Build Profiles 8) Tags for Camera
17 lines
281 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|