mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-27 14:30:17 +00:00
13 lines
195 B
C#
13 lines
195 B
C#
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace SanAndreasUnity.Utilities
|
|
{
|
|
|
|
public class MenuBarEntry : MonoBehaviour
|
|
{
|
|
public int sortPriority = 0;
|
|
|
|
}
|
|
|
|
}
|