10 lines
150 B
C#
10 lines
150 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
namespace BNG {
|
|||
|
public class Bullet : MonoBehaviour {
|
|||
|
|
|||
|
}
|
|||
|
}
|