10 lines
165 B
C#
10 lines
165 B
C#
|
|
using Gameplay.Unit;
|
|||
|
|
namespace Gameplay.Common
|
|||
|
|
{
|
|||
|
|
public struct EDDownVehicle
|
|||
|
|
{
|
|||
|
|
public GameUnit fromVehicle;
|
|||
|
|
public GameUnit unit;
|
|||
|
|
}
|
|||
|
|
}
|