scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02001118 RID: 4376
|
||||
public static class EMNADHCPLIB
|
||||
{
|
||||
// Token: 0x060257A5 RID: 153509 RVA: 0x00A68258 File Offset: 0x00A66458
|
||||
public static void OPFLGOGNLNA(Vector3 OBELJCEMDHP, Vector3 IDJKHAMKPCH)
|
||||
{
|
||||
Gizmos.DrawLine(OBELJCEMDHP, IDJKHAMKPCH);
|
||||
Vector3 normalized = (IDJKHAMKPCH - OBELJCEMDHP).normalized;
|
||||
Gizmos.DrawLine(IDJKHAMKPCH, IDJKHAMKPCH - Quaternion.Euler(0f, -20f, 0f) * normalized * 0.15f);
|
||||
Gizmos.DrawLine(IDJKHAMKPCH, IDJKHAMKPCH - Quaternion.Euler(0f, 20f, 0f) * normalized * 0.15f);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user