Arquivos
wMind/mind3rd/API/Lobe/Neuron.php
T
Felipe Nascimento de Moura aa8e451a58 - Refactor of all the MindCommand class
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
2011-04-15 23:32:55 -03:00

16 linhas
205 B
PHP
Arquivo Executável

<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
namespace Lobe;
/**
* Description of Neuron
*
* @author felipe
*/
abstract class Neuron {
}