7 lines
112 B
C#
7 lines
112 B
C#
using System.Collections.Generic;
|
|
|
|
public class MegaCacheMatFaces
|
|
{
|
|
public List<int> tris = new List<int>();
|
|
}
|