diff --git a/DepthsBelow/DepthsBelow/Component.cs b/DepthsBelow/DepthsBelow/Component.cs new file mode 100644 index 0000000..5b8c8e7 --- /dev/null +++ b/DepthsBelow/DepthsBelow/Component.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace DepthsBelow +{ + public class Component + { + public Entity Parent; + + public Component(Entity parent) + { + Parent = parent; + } + } +} diff --git a/DepthsBelow/DepthsBelow/DepthsBelow.csproj b/DepthsBelow/DepthsBelow/DepthsBelow.csproj index 11d7e54..bdc09b7 100644 --- a/DepthsBelow/DepthsBelow/DepthsBelow.csproj +++ b/DepthsBelow/DepthsBelow/DepthsBelow.csproj @@ -18,6 +18,7 @@ Game Game.ico GameThumbnail.png + false publish\ true Disk @@ -28,10 +29,10 @@ false false true - 0 + 1 1.0.0.%2a - false false + true true @@ -59,6 +60,18 @@ x86 true + + ECE66DEF071576E8D2F7D57232C0569623E3E2DF + + + DepthsBelow_TemporaryKey.pfx + + + true + + + true + False @@ -107,9 +120,14 @@ + + + + + @@ -148,6 +166,9 @@ true + + +