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

9 lines
112 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BaseModel
{
}