mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
add stats about vehicle's transform syncer
This commit is contained in:
parent
582b05baea
commit
cb57a4eb6f
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ namespace SanAndreasUnity.Stats
|
|||
{
|
||||
sb.AppendFormat("{0}: {1}\n", texts[i], objects[i]);
|
||||
}
|
||||
|
||||
sb.AppendFormat("transform syncer: \n");
|
||||
AddTransformSyncer(sb, vehicle.NetTransform.TransformSyncer, "\t");
|
||||
|
||||
sb.AppendFormat("\n");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue