This website requires JavaScript.
Explore
Help
Sign In
Atlas48
/
grungnet
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
45a4443dd1f7da0835e07d4b04801d1cb1ac26dc
grungnet
/
src
/
types
/
PartyState.ts
T
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add standalone type definitions
2021-07-08 12:01:02 +10:00
import
{
PlayerState
}
from
"./PlayerState"
;
export
type
PartyState
=
Record
<
string
,
PlayerState
>;
Reference in New Issue
Copy Permalink