mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 10:18:21 +00:00
62213cd701
Implements the basic functionality and parsing of property behaviors. Unhandled messages and logged and discarded for the time being. The only implemented message is a basic one that sends the needed info the the client side User Interface to pop up. Tested that the User Interface properly shows up with zero behaviors on it. No other functionality is changed.
5 lines
77 B
CMake
5 lines
77 B
CMake
set(DGAME_DPROPERTYBEHAVIORS_SOURCES
|
|
"ControlBehaviors.cpp"
|
|
PARENT_SCOPE
|
|
)
|