blob: de69ae16ec4ec9088df4dd4ee1cbf2923c296391 (
plain)
1
2
3
4
5
6
7
|
extends Tower
# supposed to be attached to a tower that should just have client-synced behavior
# overwrite functions, that behave differently or not at all if called by another peer
func show_ui():
pass
|