Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/MegaCacheMatFaces.cs
2026-02-21 16:45:37 +08:00

7 lines
112 B
C#

using System.Collections.Generic;
public class MegaCacheMatFaces
{
public List<int> tris = new List<int>();
}