Server.Items.SpecialFishingNet.GetSpawnCount C# (CSharp) Méthode

GetSpawnCount() protected méthode

protected GetSpawnCount ( ) : int
Résultat int
		protected virtual int GetSpawnCount()
		{
			int count = Utility.RandomMinMax( 1, 3 );

			if ( Hue != 0x8A0 )
				count += Utility.RandomMinMax( 1, 2 );

			return count;
		}