diff options
Diffstat (limited to 'scripts/interfaces')
| -rw-r--r-- | scripts/interfaces/IDamageable.cs | 6 | ||||
| -rw-r--r-- | scripts/interfaces/IDamageable.cs.uid | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/interfaces/IDamageable.cs b/scripts/interfaces/IDamageable.cs new file mode 100644 index 0000000..e7d6b99 --- /dev/null +++ b/scripts/interfaces/IDamageable.cs @@ -0,0 +1,6 @@ +namespace testing.interfaces; + +public interface IDamageable +{ + void TakeDamage(float amount); +}
\ No newline at end of file diff --git a/scripts/interfaces/IDamageable.cs.uid b/scripts/interfaces/IDamageable.cs.uid new file mode 100644 index 0000000..eb1c706 --- /dev/null +++ b/scripts/interfaces/IDamageable.cs.uid @@ -0,0 +1 @@ +uid://behxnbuaav4s |
