First Commit
This commit is contained in:
4
ColliderCheck/Ground/IGroundCheck.cs
Normal file
4
ColliderCheck/Ground/IGroundCheck.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Movement.ColliderCheck.Ground
|
||||
{
|
||||
public interface IGroundCheck : IColliderCheck { }
|
||||
}
|
11
ColliderCheck/Ground/IGroundCheck.cs.meta
Normal file
11
ColliderCheck/Ground/IGroundCheck.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2cbb917bc29d63241aa50c7fe8dc141d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Movement.ColliderCheck.Ground
|
||||
{
|
||||
public class TwoDimensionalBoxChildGroundCheck : TwoDimensionalBoxChildColliderCheck, IGroundCheck { }
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a878fb141e25e954c9b73eff8657605a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user