Skip to content
jdp1g09 edited this page Jul 30, 2017 · 7 revisions

Welcome to the unity-rts wiki!

Interfaces

Damageable

Can take damage

Killable

Can be killed/destroyed

Classes

Createable

Can be spawned/created in-game and has an associated name, family/team and health

Selectable

When left-clicked or when inside a drag selection should have behaviour associated with it

Moveable

If selected, and the user right-clicks, enables the object to move

Unit

Implemented as Creatable -> Selectable -> Moveable

Building

Implemented as Creatable -> Selectable

Clone this wiki locally