mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 00:12:29 +08:00
Selected scenario vehicle nodes display car model
This commit is contained in:
@@ -4371,6 +4371,7 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
[TC(typeof(EXP))] public MUnk_4023740759 Parent { get; set; }
|
||||
public MCScenarioPointRegion Region { get; set; }
|
||||
public ScenarioNode ScenarioNode { get; set; }
|
||||
|
||||
public CScenarioChainingNode _Data;
|
||||
public CScenarioChainingNode Data { get { return _Data; } set { _Data = value; } }
|
||||
|
||||
Reference in New Issue
Block a user