mirror of
https://github.com/ConjureETS/Bomberman.git
synced 2026-03-24 02:10:59 +00:00
7 lines
96 B
C#
7 lines
96 B
C#
using UnityEngine;
|
|
|
|
public class Bomb : MonoBehaviour {
|
|
void Start() {}
|
|
|
|
void Update() {}
|
|
} |