15 lines
192 B
C#
15 lines
192 B
C#
using _2DGAMELIB;
|
|
using SlaveMatrix.GameClasses;
|
|
|
|
namespace SlaveMatrix
|
|
{
|
|
public struct ContactD
|
|
{
|
|
public ContactType c;
|
|
|
|
public Element e;
|
|
|
|
public ShapePart p;
|
|
}
|
|
}
|