This website requires JavaScript.
Explore
Help
Sign In
evert
/
osb
Watch
1
Star
0
Fork
0
You've already forked osb
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
osb
/
source
/
core
/
StarNetCompatibility.cpp
7 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
use a version number rather than a bool more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
2024-09-11 18:22:44 +10:00
#
include
"StarNetCompatibility.hpp"
namespace
Star
{
add sky setting overrides to celestial.flyShip, pass net rules to packet read/write
2024-12-05 15:39:11 +11:00
VersionNumber
const
OpenProtocolVersion
=
3
;
use a version number rather than a bool more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
2024-09-11 18:22:44 +10:00
}
Reference in New Issue
Copy Permalink