Коллеуции объектов
This commit is contained in:
parent
8a5d541645
commit
3a508cde23
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SelfPropelledArtilleryUnit.CollectionGenericObjects
|
||||
{
|
||||
internal interface ICollectionGenericObjects
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SelfPropelledArtilleryUnit.CollectionGenericObjects
|
||||
{
|
||||
internal class MassiveGenericObjects
|
||||
{
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user