|
ReplicaNet and RNLobby
1
|


This class defines which elements of the ROL object are used in the networking code which will typically be datablocks and their corresponding variables.
For example:
object ATestClass
{
datablock NData;
networking
{
NData mSomeData;
}
}
1.8.6