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

Add Structs #2

Open
Daniel7Sly opened this issue May 29, 2022 · 0 comments
Open

Add Structs #2

Daniel7Sly opened this issue May 29, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@Daniel7Sly
Copy link
Owner

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;
@Daniel7Sly Daniel7Sly added the feature New feature or request label May 29, 2022
@Daniel7Sly Daniel7Sly self-assigned this Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant