9 lines
No EOL
136 B
C#
9 lines
No EOL
136 B
C#
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public class ActorGrenadeComponent : MonoBehaviour
|
|
{
|
|
public float Cooldown;
|
|
}
|
|
} |