Skip to content

Commit

Permalink
temporarily name anonymous systems
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 20, 2022
1 parent 258871b commit 1259e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/workspace/example.ecsact
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ system Collision {
}
}

system {
system AnonymousSystem01 {
readonly Position;
readonly Poisonous;
system PoisonousEffectTargeter {
Expand All @@ -70,7 +70,7 @@ system {
}
}

system {
system AnonymousSystem02 {
readonly Poisonous;
system PoisonDamageTargeter {
readwrite Health;
Expand All @@ -84,7 +84,7 @@ system PoisonExpiry {
adds PoisonExpired;
}

system {
system AnonymousSystem03 {
include PoisonExpired;
removes Poisoned;
}

0 comments on commit 1259e91

Please sign in to comment.