10 lines
168 B
C#
10 lines
168 B
C#
|
|
using Gameplay.Unit;
|
|||
|
|
namespace Gameplay.Common
|
|||
|
|
{
|
|||
|
|
public struct EDExitUnitContainer
|
|||
|
|
{
|
|||
|
|
public GameUnit fromUnit;
|
|||
|
|
public GameUnit unit;
|
|||
|
|
}
|
|||
|
|
}
|