mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
8 lines
121 B
C
8 lines
121 B
C
|
#pragma once
|
||
|
#include "ControllerAttachment.h"
|
||
|
|
||
|
namespace Ship {
|
||
|
class MemoryPack : public ControllerAttachment {
|
||
|
};
|
||
|
}
|