IdleGirl/Assets/2_Codes/Model/BaseModel.cs

9 lines
112 B
C#
Raw Normal View History

2023-11-08 13:41:09 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BaseModel
{
}