mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-16 07:11:22 +00:00
8 lines
110 B
C#
8 lines
110 B
C#
|
namespace FSO.Common.MeshSimplify
|
|||
|
{
|
|||
|
public struct MSRef
|
|||
|
{
|
|||
|
public int tid, tvertex;
|
|||
|
}
|
|||
|
}
|