mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 05:16:18 +08:00
Render selected CarGen fragment
This commit is contained in:
@@ -937,6 +937,12 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
|
||||
|
||||
public YmapEntityDef()
|
||||
{
|
||||
Scale = Vector3.One;
|
||||
Position = Vector3.One;
|
||||
Orientation = Quaternion.Identity;
|
||||
}
|
||||
public YmapEntityDef(YmapFile ymap, int index, ref CEntityDef def)
|
||||
{
|
||||
Ymap = ymap;
|
||||
|
||||
Reference in New Issue
Block a user