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

◆ PromoteDurable()

override bool System.Transactions.TransactionStateDelegatedSubordinate.PromoteDurable ( InternalTransaction tx)
inlinepackagevirtual

Reimplemented from System.Transactions.TransactionStatePromoted.

Definition at line 5 of file TransactionStateDelegatedSubordinate.cs.

6 {
7 return true;
8 }