11 lines
224 B
C#
Raw Normal View History

2025-11-20 17:06:04 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public struct DATACLASS_CHARACTER_RENDER_DATA
{
public Vector2 RENDER_POSITION;
public bool IS_ENEMY;
public Quaternion ROTATION;
}