Skip to content

Commit 2fc21ee

Browse files
author
Gregory Morford
committed
Release 1
1 parent 95be836 commit 2fc21ee

File tree

4 files changed

+385
-45
lines changed

4 files changed

+385
-45
lines changed

Dreadnought/SDK/BasicTypes_Classes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace CG
2121
template<typename T>
2222
class TArray
2323
{
24-
private:
24+
public:
2525
T* _data; // 0x0000(0x0000)
2626
int32_t _count; // 0x0000(0x0000)
2727
int32_t _max; // 0x0000(0x0000)

0 commit comments

Comments
 (0)