Skip to content

Commit

Permalink
Added TODO for flags (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
inxomnyaa committed Dec 13, 2020
1 parent 26fe7f6 commit 2b12500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xenialdan/MagicWE2/task/action/TaskAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ abstract class TaskAction
public $addClipboard = false;
/** @var null|Vector3 */
public $clipboardVector;
//TODO add $flags and define available flags in child classes
//public $flags
//protected const AVAILABLE_FLAGS = [];(can be overwritten), access with static::AVAILABLE_FLAGS

/**
* @param string $sessionUUID
Expand Down

0 comments on commit 2b12500

Please sign in to comment.