Model.RealmGateAddressComponent.GetAddress C# (CSharp) Method

GetAddress() public method

public GetAddress ( ) : StartConfig
return StartConfig
		public StartConfig GetAddress()
		{
			int n = RandomHelper.RandomNumber(0, this.GateAddress.Count);
			return this.GateAddress[n];
		}
	}
RealmGateAddressComponent