1
0
Fork 0

[node] Added agent class, and fixed contract updates

This commit is contained in:
Julien Dessaux 2024-05-15 23:49:33 +02:00
parent 9d48b58d7f
commit 6504e44ffa
Signed by: adyxax
GPG key ID: F92E51B86E07177E
6 changed files with 61 additions and 44 deletions

View file

@ -1,12 +1,3 @@
export type Agent = {
accountId: string;
credits: number;
headquarters: string;
shipCount: number;
startingFaction: string;
symbol: string;
};
export type CommonThing = {
description: string;
name: string;