5 lines
90 B
C#
5 lines
90 B
C#
using UnityEngine;
|
|
|
|
public class DamagerBase : MonoBehaviour {
|
|
public int value = 1;
|
|
} |