Add modified weapon models
This commit is contained in:
5
scripts/player/Hitable.gd
Normal file
5
scripts/player/Hitable.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
class_name Hitable
|
||||
|
||||
func Hit():
|
||||
print("Got hit")
|
||||
Reference in New Issue
Block a user