git.schokokeks.org
Repositories
Help
Report an Issue
kvasir.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
dddc84d
Branches
Tags
master
kvasir.git
fontoj
eventoj
eventoj_enigaj
evento_eniga.ts
unua enmetajxo
Fenris Wolf
commited
dddc84d
at 2016-05-13 11:03:38
evento_eniga.ts
Blame
History
Raw
/* IRC-Bot "Kvasir" Copyright (C) 2016 Fenris Wolf (fenris@folksprak.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /** * @author fenris */ abstract class klaso_evento_eniga extends klaso_evento { /** * @author fenris */ public constructor() { super(); } /** * @author fenris */ public abstract kruda_al() : Object; }