Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BigIntegerStorage()

System.Data.Common.BigIntegerStorage.BigIntegerStorage ( DataColumn column)
inlinepackage

Definition at line 12 of file BigIntegerStorage.cs.

13 : base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger)
14 {
15 }
static BigInteger Zero
Definition BigInteger.cs:32