This commit is contained in:
2025-08-20 15:19:20 +08:00
parent 608266e614
commit b43ad04985
8 changed files with 914 additions and 51 deletions

View File

@@ -0,0 +1,10 @@
using Verse;
namespace WulaFallenEmpire
{
public class TrackingBulletDef : DefModExtension
{
public float homingSpeed = 0.1f; // 追踪速度,值越大追踪越灵敏
public float initRotateAngle = 0f; // 初始旋转角度
}
}