Core.Object | +--Engine.Actor | +--Engine.Info | +--Engine.ReplicationInfo
00001 //============================================================================= 00002 // ReplicationInfo. 00003 //============================================================================= 00004 class ReplicationInfo extends Info 00005 abstract 00006 native; 00007 00008 defaultproperties 00009 { 00010 bAlwaysRelevant=True 00011 }