修改水
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#if (OBI_BURST && OBI_MATHEMATICS && OBI_COLLECTIONS)
|
||||
namespace Obi
|
||||
using System;
|
||||
|
||||
public interface IConstraint
|
||||
{
|
||||
public interface IConstraint
|
||||
{
|
||||
int GetParticleCount();
|
||||
int GetParticle(int index);
|
||||
}
|
||||
int GetParticleCount();
|
||||
int GetParticle(int index);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user