C# Class Economy.scripts.EconomyConsts

Some of these options will later be configurable in a setting file and/or in game commands but for now set as defaults
ファイルを表示 Open project: jpcsupplies/Economy_mod

Public Properties

Property Type Description
AccountExpiry System.TimeSpan
LCDTags string[]
TradeTimeout System.TimeSpan

Property Details

AccountExpiry public_oe static_oe property

The default age to allow accounts to be before expiry.
public static TimeSpan,System AccountExpiry
return System.TimeSpan

LCDTags public_oe static_oe property

The tags that are checked in Text Panels to determine if they are to be used by the Economy Mod.
public static string[] LCDTags
return string[]

TradeTimeout public_oe static_oe property

The default value for timeouts.
public static TimeSpan,System TradeTimeout
return System.TimeSpan