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