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

◆ IncreaseQuotaTo()

override bool System.IO.IsolatedStorage.IsolatedStorageFile.IncreaseQuotaTo ( long newQuotaSize)
inlinevirtual

Reimplemented from System.IO.IsolatedStorage.IsolatedStorage.

Definition at line 581 of file IsolatedStorageFile.cs.

582 {
583 return true;
584 }