Class BankRecordData_v1
Namespace: DaggerfallWorkshop.Game.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class BankRecordData_v1
Fields
| Improve this Doc View SourceaccountGold
Declaration
public int accountGold
Field Value
| Type | Description |
|---|---|
| Int32 |
hasDefaulted
Declaration
public bool hasDefaulted
Field Value
| Type | Description |
|---|---|
| Boolean |
loanDueDate
Declaration
public uint loanDueDate
Field Value
| Type | Description |
|---|---|
| UInt32 |
loanTotal
Declaration
public int loanTotal
Field Value
| Type | Description |
|---|---|
| Int32 |
regionIndex
Declaration
public int regionIndex
Field Value
| Type | Description |
|---|---|
| Int32 |