Add source files

This commit is contained in:
2025-05-21 20:19:45 +02:00
parent 0f2a242b30
commit 71163fc589
284 changed files with 272526 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
using System;
using UnityEngine;
// Token: 0x0200006B RID: 107
public class MeshSaver : MonoBehaviour
{
// Token: 0x0400110D RID: 4365
public string path;
// Token: 0x0400110E RID: 4366
public string meshName;
}