diff --git a/ProductionSystem/Untils/MFMsgVariable.cs b/ProductionSystem/Untils/MFMsgVariable.cs new file mode 100644 index 0000000..c946a38 --- /dev/null +++ b/ProductionSystem/Untils/MFMsgVariable.cs @@ -0,0 +1,7 @@ +namespace ProductionSystem.Untils +{ + public class MFMsgVariable + { + + } +} \ No newline at end of file diff --git a/ProductionSystem/Untils/Message/IEquipment.cs b/ProductionSystem/Untils/Message/IEquipment.cs new file mode 100644 index 0000000..4d38844 --- /dev/null +++ b/ProductionSystem/Untils/Message/IEquipment.cs @@ -0,0 +1,7 @@ +namespace ProductionSystem.Untils.Message +{ + public class IEquipment + { + + } +} \ No newline at end of file