mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
5 lines
No EOL
128 B
TypeScript
5 lines
No EOL
128 B
TypeScript
export function CommonStruct(value: string) {
|
|
return function(cls: any) {
|
|
cls.prototype.__struct_id = value;
|
|
}
|
|
} |