void Start()
 {
     if (statsDatabase == null)
     {
         statsDatabase = cursorScript;
     }
 }