summaryrefslogtreecommitdiff
path: root/engine/CoreObjects/GameObject.go
diff options
context:
space:
mode:
Diffstat (limited to 'engine/CoreObjects/GameObject.go')
-rw-r--r--engine/CoreObjects/GameObject.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/CoreObjects/GameObject.go b/engine/CoreObjects/GameObject.go
index 255a405..087e1e9 100644
--- a/engine/CoreObjects/GameObject.go
+++ b/engine/CoreObjects/GameObject.go
@@ -5,4 +5,5 @@ type GameObject interface {
Destroy()
Update()
Draw()
+ GetColliders() []Collider
}