Skip to content

Instantly share code, notes, and snippets.

View Caleth's full-sized avatar

Adam Rowell Caleth

View GitHub Profile
@Caleth
Caleth / UseAmmoPower.js
Last active August 29, 2015 14:08 — forked from shdwjk/UsePower.js
// https://gist.github.com/Caleth/77aa90a4d0a328bfca48
var UseAmmoPower = UseAmmoPower || (function() {
'use strict';
var version = 0.1,
schemaVersion = 0.1,
capitalize = function(s) {
return s.charAt(0).toUpperCase() + s.slice(1);