Keybase proof
I hereby claim:
- I am tenpn on github.
- I am tenpn (https://keybase.io/tenpn) on keybase.
- I have a public key whose fingerprint is 17CD 731F C8B6 3FB1 A36E E0D1 757A DD2D 39AC 1E84
To claim this, I am signing this object:
using UnityEngine; | |
using System.Collections.Generic; | |
using UnityEngine.TestTools; | |
using NUnit.Framework; | |
using System.Linq; | |
namespace Roll7 | |
{ | |
/// <summary> | |
/// This tracker will assert for both warnings and errors. |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using TenPN.DecisionFlex; | |
using System; | |
public class CustomSingleContextFactory : SingleContextFactory | |
{ | |
public override IContext SingleContext(Logging loggingSetting) |
tree: | |
model: special_treasure | |
harvestable: | |
for: players | |
reward: coins | |
canBeDepletedPerPlayer: | |
health: 1 |
npc_fisherman_recipe: | |
model: npc_fisherman | |
needsToBeCrafted: | |
recipe: | |
- [biome2_plant_ingredient, 2] | |
replacedBy: npc_fisherman | |
isAnNPC: | |
clickSpeech: NPCCrafting_npc_fisherman |
I hereby claim:
To claim this, I am signing this object:
// ****************************************************************************************** | |
// | |
// DecisionFlex, (c) Andrew Fray 2015 | |
// | |
// ****************************************************************************************** | |
using UnityEngine; | |
using System; | |
namespace TenPN.DecisionFlex | |
{ |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
cinst unity | |
cinst steam | |
cinst emacs | |
cinst googlechrome | |
cinst git | |
cinst dropbox |
/* | |
The MIT License (MIT) | |
Copyright (c) 2014 Andrew Fray, Marcelo Oliveira | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
///////////////////////////////////////////////////////////////////////////// | |
// C# Version Copyright (c) 2003 CenterSpace Software, LLC // | |
// & Spry Fox LLC (c) 2013 // | |
// // | |
// This code is free software under the Artistic license. // | |
// // | |
// CenterSpace Software // | |
// 2098 NW Myrtlewood Way // | |
// Corvallis, Oregon, 97330 // | |
// USA // |
git branch -r --merged develop | %{$_.trim()} | select @{n='Branch';e={$_}},@{n='LastCommit';e={[datetime](git log $_ -1 --pretty=format:%ci)}} | sort LastCommit |