<?php

/*
Plugin Name: Sample Perk
Description: This is a simple example of a perk.
Plugin URI: http://gravitywiz.com/
Version: 1.0
Author: David Smith
Author URI: http://gravitywiz.com/
License: GPL2
*/

class GWSamplePerk extends GWPerk {
    
    public static $version_info;
    
    function init() {
        
    }
    
}

?>