1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 20:24:20 +00:00

Create Ownership behaviour to mark entity ownership

This commit is contained in:
Steffo 2022-04-03 08:25:04 +02:00
parent 7b190aaba1
commit 42c1f4d293
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
extends Node
var entity_owner: Node = null

View file

@ -0,0 +1,3 @@
[gd_scene format=2]
[node name="Ownership" type="Node"]