Economy (#403)
* nasrano * Add station budget & salary * Initial balance * Vending machine UI * Pricing for vending machines * Finish economy * Eftpos * Finish eftpos * Put eftpos into lockers * Vending machine prices * Small fixes * Fix atm UI * Add atms to maps * fix * reset * Add PDA program * Maps again --------- Co-authored-by: Mona Hmiza <> Co-authored-by: rhailrake <49613070+rhailrake@users.noreply.github.com>
This commit is contained in:
@@ -21,12 +21,14 @@ public sealed class CharacterInfoEvent : EntityEventArgs
|
||||
public readonly string JobTitle;
|
||||
public readonly Dictionary<string, List<ObjectiveInfo>> Objectives;
|
||||
public readonly string? Briefing;
|
||||
public readonly Dictionary<string, string> Memory;
|
||||
|
||||
public CharacterInfoEvent(NetEntity netEntity, string jobTitle, Dictionary<string, List<ObjectiveInfo>> objectives, string? briefing)
|
||||
public CharacterInfoEvent(NetEntity netEntity, string jobTitle, Dictionary<string, List<ObjectiveInfo>> objectives, string? briefing, Dictionary<string,string> memory)
|
||||
{
|
||||
NetEntity = netEntity;
|
||||
JobTitle = jobTitle;
|
||||
Objectives = objectives;
|
||||
Briefing = briefing;
|
||||
Memory = memory;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user