Unity Package Structure
This commit is contained in:
4
Runtime/Ground/Box2DGroundTrigger.cs
Normal file
4
Runtime/Ground/Box2DGroundTrigger.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public class Box2DGroundTrigger : Box2DColliderTrigger, IGroundTrigger { }
|
||||
}
|
11
Runtime/Ground/Box2DGroundTrigger.cs.meta
Normal file
11
Runtime/Ground/Box2DGroundTrigger.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7804f3e8384c7a54482f585b4f43264a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
4
Runtime/Ground/Box2DGroundTriggerWithRotation.cs
Normal file
4
Runtime/Ground/Box2DGroundTriggerWithRotation.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public class Box2DGroundTriggerWithRotation : Box2DColliderTriggerWithRotation, IGroundTrigger { }
|
||||
}
|
11
Runtime/Ground/Box2DGroundTriggerWithRotation.cs.meta
Normal file
11
Runtime/Ground/Box2DGroundTriggerWithRotation.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d8b544fd215b0df4192a7889e6f2db4c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
4
Runtime/Ground/IGroundTrigger.cs
Normal file
4
Runtime/Ground/IGroundTrigger.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public interface IGroundTrigger : IColliderTrigger { }
|
||||
}
|
11
Runtime/Ground/IGroundTrigger.cs.meta
Normal file
11
Runtime/Ground/IGroundTrigger.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8dc876763de82b74cb9a05685d57e841
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user