BITFALL/Assets/Artists/Scripts/Equip/GunControllerAimComponent.cs

13 lines
180 B
C#
Raw Normal View History

2023-12-15 00:08:02 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BITFALL.Guns.Modify
{
public class GunControllerAimComponent : MonoBehaviour
{
}
}