10 lines
141 B
Matlab
10 lines
141 B
Matlab
|
|
classdef GotG < uint32
|
||
|
|
enumeration
|
||
|
|
Starlord(0)
|
||
|
|
Gamorra(1)
|
||
|
|
Rocket(2)
|
||
|
|
Drax(3)
|
||
|
|
Groot(4)
|
||
|
|
end
|
||
|
|
end
|