Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Add Structs #2

@Daniel7Sly

Description

@Daniel7Sly

Implementar structs algo paracido com o que ta abaixo.

<Location> {
   num: Xpos;
   num: Ypos;
}

<Entity>{
   Location:Loc;
   num:Strengh;
   num: Life;
}

Set: Entity | player;
Eql: $player<Loc<Xpos>>|10;
Eql: $player<Strengh>  |15;
||
Eql: $player>Loc>Xpos |10;
Eql: $player>Strengh   |15;

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions