rabidus-test/Assets/Scripts/DisplayID.cs

10 lines
137 B
C#
Raw Permalink Normal View History

2023-10-09 15:12:08 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum DisplayID
{
Display_1,
Display_2,
}