AddScribbler() public méthode

public AddScribbler ( GrabbableScribbler, scribbler ) : void
scribbler GrabbableScribbler,
Résultat void
    void Start()
	{
		puzzle = GetComponentInParent<ScribblerSortingPuzzle>();
		puzzle.AddScribbler(this);
	}
 void Start()
 {
     puzzle = GetComponentInParent <ScribblerSortingPuzzle>();
     puzzle.AddScribbler(this);
 }