This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
using UnityEngine;
// Token: 0x0200030A RID: 778
public static class KJACHKIBJIN
{
// Token: 0x060097B5 RID: 38837 RVA: 0x002ED59C File Offset: 0x002EB79C
public static Sprite IPEJHKBMJPK(this Texture2D JBGLHECEOPE)
{
return Sprite.Create(JBGLHECEOPE, new Rect(0f, 0f, (float)JBGLHECEOPE.width, (float)JBGLHECEOPE.height), new Vector2(0.5f, 0.5f));
}
}