// Use this for initialization
 void Start()
 {
     SessionName        = gameObject.GetComponent <NetSpellCreating>().addSpell(this);
     splashCircleDrawer = circleDrawer.GetComponent <SplashCircleDrawer>();
 }
    // Use this for initialization
    void Start()
    {
        this.gameObject.GetComponent <SpellCreating>().addSpell(this);

        splashCircleDrawer = circleDrawer.GetComponent <SplashCircleDrawer>();
    }