Skip to content

Commit

Permalink
chore(is_aii): add comment to OSData property
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapal committed Jan 26, 2025
1 parent 9dded53 commit 5d99198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packets/IS_AII.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export class IS_AII extends Packet {
@byte() ReqI = 0;

@byte() PLID = 0;

/** Identical to {@link OutSimMain} */
@struct(OutSimMain) OSData = new OutSimMain();

@byte() Flags: AIFlags | 0 = 0;

/** Reverse: 0, Neutral: 1, First: 2... */
Expand Down

0 comments on commit 5d99198

Please sign in to comment.