NPC ScriptOperation Design: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
MovementOperation <|-- "<Movement>Operations" | MovementOperation <|-- "<Movement>Operations" | ||
ScriptOperation <|-- "<Simple>Operations" | ScriptOperation <|-- "<Simple>Operations" | ||
class ScriptOperation { | |||
Load() | |||
MakeCopy() | |||
Run()=0 | |||
Advance() | |||
} | |||
</uml> | </uml> |