XRoom_Unity/xroom/Assets/BNG Framework/Scripts/Weapons/Bullet.cs
2025-05-26 11:51:25 +03:30

10 lines
150 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BNG {
public class Bullet : MonoBehaviour {
}
}